FlexGrid for WinForms
Select(IList<CellRange>,Boolean) メソッド

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > C1FlexGridBase クラス > Select メソッド : Select(IList<CellRange>,Boolean) メソッド
選択されるセル範囲を指定する CellRange
最後に選択した範囲をスクロールするかどうか。
MultiRange モードでセルの範囲を選択します。
シンタックス
'宣言
 
Public Overloads Sub Select( _
   ByVal ranges As System.Collections.Generic.IList(Of CellRange), _
   ByVal show As System.Boolean _
) 
public void Select( 
   System.Collections.Generic.IList<CellRange> ranges,
   System.bool show
)

パラメータ

ranges
選択されるセル範囲を指定する CellRange
show
最後に選択した範囲をスクロールするかどうか。
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ
オーバーロード一覧